Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 2,
- "version": "1.0",
- "name": "FXOS Adblocker",
- "description": "Block those nasty ads.",
- "author": "Adrian Crespo",
- "role": "addon",
- "type": "certified",
- "content_scripts": [
- {
- "matches": ["<all_urls>"],
- "js": [
- "scripts/blocker.js"
- ]
- }
- ],
- "permissions": ["<all_urls>"],
- "icons": {
- "512": "/style/icons/512.png",
- "256": "/style/icons/256.png",
- "128": "/style/icons/128.png",
- "90": "/style/icons/90.png",
- "64": "/style/icons/64.png",
- "48": "/style/icons/48.png",
- "32": "/style/icons/32.png",
- "16": "/style/icons/16.png"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment