diff options
author | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 14:09:38 +0300 |
commit | 4c90b15a84eea1f64d088fd0db988c63daafa1f9 (patch) | |
tree | 2da975946051c5b3bd2351ca0c58bff5258ce51d /data/extensions/FreeUSPS@0xbeef.coffee/manifest.json | |
parent | c939d76c33294791cce8ce1722bd6747dadbe31f (diff) | |
download | gnuzilla-patch.tar.gz |
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"
- ]
- }
- ]
-}
|