Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / tabs / screenshot / manifest.json
index c9ddae3..2fae69d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "Test Screenshot Extension",
-  "version": "1.2",
-  "description": "Demonstrate screenshot functionality in the chrome.tabs api. Note: only works for code.google.com",
+  "version": "1.3",
+  "description": "Demonstrate screenshot functionality in the chrome.tabs api.",
   "background": {
     "persistent": false,
     "scripts": ["background.js"]
@@ -11,7 +11,7 @@
     "default_title": "Take a screen shot!"
   },
   "permissions": [
-    "*://code.google.com/"
+    "activeTab"
   ],
   "manifest_version": 2
 }