]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - manifest.json
popup: move prompt from background page to popup page
[chrome-ext/clearhistory-advance-fork.git] / manifest.json
index 7c6425b1693b3c0a598e2e808ff16a8322477927..1929cd9eef509d3acef174a861fc5411d0ecba14 100644 (file)
   ],
   "background": {
     "persistent": false,
-    "scripts": [
-      "javascript/background.js",
-      "javascript/util.js",
-      "javascript/clearhistory.js"
-    ]
+    "page": "views/background.html"
   },
   "options_page": "views/options.html",
   "browser_action": {
     "default_icon": "images/icon32.png",
-    "default_title": "__MSG_title__"
+    "default_title": "__MSG_title__",
+    "default_popup": "views/popup.html"
   },
   "icons": {
     "16": "images/icon16.png",
     "32": "images/icon32.png",
     "48": "images/icon48.png",
     "128": "images/icon128.png"
-  },
-  "web_accessible_resources": [
-    "images/icon128.png"
-  ]
+  }
 }