Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 2,
- "name": "JQ Page Monitor",
- "description": "This extension should examine pages for changes on automatic reload.",
- "version": "1.0",
- "browser_action": {
- "default_icon": "icon.png",
- "default_popup": "popup.html"
- },
- "permissions": [
- "tabs"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment