1
0
Fork 0
indexed_tabs/manifest.json

22 lines
384 B
JSON

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