Guest User

manifest.json

a guest
Dec 16th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "manifest_version": 2,
  3.  
  4.   "name": "JQ Page Monitor",
  5.   "description": "This extension should examine pages for changes on automatic reload.",
  6.   "version": "1.0",
  7.   "browser_action": {
  8.     "default_icon": "icon.png",
  9.     "default_popup": "popup.html"
  10.   },
  11.   "permissions": [
  12.     "tabs"
  13.   ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment