]> git.wh0rd.org - chrome-ext/tabs-backup.git/blame - manifest.json
update extension page
[chrome-ext/tabs-backup.git] / manifest.json
CommitLineData
70c1267e 1{
e0b6a877 2 "name": "vapier tabs backup",
c85d20fd 3 "version": "0.2.1.3",
70c1267e
MF
4 "manifest_version": 2,
5 "description": "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).",
6 "icons": { "16": "icon_16.png",
7 "48": "icon_48.png",
8 "128": "icon_128.png" },
9 "background": {
e0b6a877 10 "persistent": false,
70c1267e
MF
11 "scripts": ["background.js"]
12 },
13 "options_page": "options.html",
14 "browser_action": {
15 "default_icon": "icon_48.png",
16 "default_popup": "popup.html"
17 },
18 "permissions": [
19 "alarms",
20 "storage",
21 "tabs",
22 "unlimitedStorage"
23 ]
24}