1
0
Fork 0
indexed_tabs/manifest.json

22 lines
384 B
JSON
Raw Permalink Normal View History

2014-09-16 08:53:21 +00:00
{
"manifest_version": 2,
2014-09-16 08:57:42 +00:00
"name": "Indexed Tabs",
2014-09-16 08:53:21 +00:00
"description": "Shows tab numbers for fast switching",
2014-09-21 18:25:04 +00:00
"icons": {
"128": "resources/icon128.png"
},
2014-09-16 08:53:21 +00:00
"version": "1.0",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"background": {
"persistent": false,
"scripts": ["background.js"]
}
}