Skip to content

Commit

Permalink
Added manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Oct 8, 2018
1 parent dcc89e9 commit 45ea960
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Gaana-Padding-Fix",
"version": "0.0.1",
"manifest_version": 2,
"description": "A chrome extension to fix padding issues on Gaana.com on Mojave (on particular Chrome versions)",
"icons": {

},
"default_locale": "en",
"permissions": [
"tabs",
"https://gaana.com/*"
],
"content_scripts": [
{
"matches": ["https://*.gaana.com/*"],
"js": ["js/gaana.js"]
}
]
}

0 comments on commit 45ea960

Please sign in to comment.