1
0
Fork 0
indexed_tabs/manifest.json

19 lines
323 B
JSON
Raw 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",
"version": "1.0",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"background": {
"persistent": false,
"scripts": ["background.js"]
}
}