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,
"name": "Numered Tabs",
"description": "Shows tab numbers for fast switching",
"version": "1.0",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"background": {
"persistent": false,
"scripts": ["background.js"]
}
}