diff options
Diffstat (limited to 'data/extensions/FreeUSPS@0xbeef.coffee/manifest.json')
-rw-r--r-- | data/extensions/FreeUSPS@0xbeef.coffee/manifest.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/data/extensions/FreeUSPS@0xbeef.coffee/manifest.json b/data/extensions/FreeUSPS@0xbeef.coffee/manifest.json deleted file mode 100644 index fe06261..0000000 --- a/data/extensions/FreeUSPS@0xbeef.coffee/manifest.json +++ /dev/null @@ -1,37 +0,0 @@ -{
- "manifest_version": 2,
- "name": "LibreJS/USPS compatibility",
- "version": "1.0",
- "author": "Nathan Nichols",
- "description": "LibreJS compatible USPS.com shipping calculator.",
- "applications": {
- "gecko": {
- "id": "FreeUSPS@0xbeef.coffee",
- "strict_min_version": "42.0"
- }
- },
- "icons": {
- "16": "icons/I16.png",
- "48": "icons/I48.png",
- "128": "icons/I128.png"
- },
- "permissions": [
- "webRequest",
- "webRequestBlocking",
- "*://www.postcalc.usps.com/*"
- ],
-
- "background": {
- "scripts": ["background.js"]
- },
- "content_scripts": [
- {
- "matches": [
- "https://postcalc.usps.com/*"
- ],
- "js": [
- "main.js"
- ]
- }
- ]
-}
|