Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {"name": "__MSG_extName__",
  2. "version": "0.3",
  3. "manifest_version": 2,
  4. "description": "__MSG_extDesc__",
  5. "icons": {"128": "icon128.png"},
  6. "browser_action": {
  7. "default_icon": {
  8. "19": "icon19.png",
  9. "38": "icon38.png"},
  10. "default_title": "__MSG_extName__",
  11. "default_popup": "popup.html"},
  12. "background": {"persistent": false, "scripts": ["background.js"]},
  13. "default_locale": "en",
  14. "optional_permissions": ["management"],
  15. "permissions": ["downloads", "downloads.open", "downloads.shelf", "notifications"]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement