indexed_tabs/manifest.json
2014-09-16 12:57:42 +04:00

19 lines
323 B
JSON

{
"manifest_version": 2,
"name": "Indexed Tabs",
"description": "Shows tab numbers for fast switching",
"version": "1.0",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"background": {
"persistent": false,
"scripts": ["background.js"]
}
}