Advertisement
ervinervinervin

manifest.json

Oct 25th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "manifest_version": 2,
  3.     "name": "ExportTabs",
  4.     "version": "0.9",
  5.  
  6.     "description": "Export/Import Tabs",
  7.     "icons": {
  8.         "48": "icons/export48.png"
  9.     },
  10.    
  11.     "permissions": [
  12.         "tabs",
  13.         "activeTab",
  14.         "<all_urls>"
  15.     ],
  16.    
  17.     "applications": {
  18.         "gecko": {
  19.             "id": "938745934875@example.com"
  20.         }
  21.     },
  22.    
  23.     "browser_action": {
  24.         "default_icon": "icons/export.png",
  25.         "default_popup": "popup/popup.html"
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement