Facebook
From Mustard Bat, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 169
  1.     "permissions": ["activeTab", "storage"],
  2.  
  3.     "background":{
  4.         "scripts": ["initializer.js"],
  5.         "persistent": false
  6.     },
  7.  
  8.     "content_scripts":[
  9.         {
  10.             "matches":[
  11.                 "<all_urls>"
  12.             ],
  13.             "js":[
  14.                 "scripts.js"
  15.             ]
  16.         }
  17.     ],