Skip to content

Commit

Permalink
Merge pull request #2168 from dhairyagothi/master
Browse files Browse the repository at this point in the history
Added Python cheat sheet
  • Loading branch information
Sulagna-Dutta-Roy authored Jul 7, 2024
2 parents 5e25b1b + 1e8642f commit 0f01719
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Python Cheat Sheet/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"manifest_version": 3,
"name": "python cheat sheet",
"version": "1.0",
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"tabs"
],
"host_permissions": ["*://*/*"],
"action": {
"default_popup": "python.md"
}
}
Loading

0 comments on commit 0f01719

Please sign in to comment.