Guest User

Untitled

a guest
Nov 13th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "manifest_version": 2,
  3.     "version": "1.0",
  4.     "name": "FXOS Adblocker",
  5.     "description": "Block those nasty ads.",
  6.     "author": "Adrian Crespo",
  7.     "role": "addon",
  8.     "type": "certified",
  9.     "content_scripts": [
  10.         {
  11.             "matches": ["<all_urls>"],
  12.             "js": [
  13.                 "scripts/blocker.js"
  14.             ]
  15.         }
  16.     ],
  17.     "permissions": ["<all_urls>"],
  18.     "icons": {
  19.         "512": "/style/icons/512.png",
  20.         "256": "/style/icons/256.png",
  21.         "128": "/style/icons/128.png",
  22.         "90": "/style/icons/90.png",
  23.         "64": "/style/icons/64.png",
  24.         "48": "/style/icons/48.png",
  25.         "32": "/style/icons/32.png",
  26.         "16": "/style/icons/16.png"
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment