diff --git a/generator/template/base-app/src/manifest.json b/generator/template/base-app/src/manifest.json
index cd645d9..73f87b9 100644
--- a/generator/template/base-app/src/manifest.json
+++ b/generator/template/base-app/src/manifest.json
@@ -8,9 +8,8 @@
     <%_ if (options.components.contentScripts) { -%>
     "activeTab",
     <%_ } -%>
-    "<all_urls>",
-    "*://*/*"
   ],
+  "host_permissions": ["*://*/*","<all_urls>"],
   "icons": {
     "16": "icons/16.png",
     "48": "icons/48.png",
@@ -27,7 +26,7 @@
   <%_ if (options.components.devtools) { -%>
   "devtools_page": "devtools.html",
   <%_ } -%>
-  "browser_action": {
+  "action": {
     <%_ if (options.components.popup) { -%>
     "default_popup": "popup.html",
     <%_ } -%>