Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushi-Pushkar authored Jul 1, 2024
1 parent 059934b commit 9607ad3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Ludo/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"manifest_version": 3,
"name": "Ludo",
"description": "Ludo",
"version": "1.0",
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"tabs"
],
"host_permissions": [
"*://*/*"
],
"action": {
"default_popup": "index.html"
}
}

0 comments on commit 9607ad3

Please sign in to comment.