{ | |
"name": "Vanadium Extension", | |
"version": "0.1.13", | |
"description": "Access and create Vanadium services from JavaScript.", | |
"manifest_version": 2, | |
"icons": { | |
"128": "images/icon_128.png" | |
}, | |
"options_page": "html/options.html", | |
"background": { | |
"page": "html/background.html", | |
"persistent": true | |
}, | |
"content_scripts": [{ | |
"matches": ["<all_urls>"], | |
"all_frames": true, | |
"js": ["js/content.js"] | |
}], | |
"permissions": [ | |
"<all_urls>", | |
"identity", | |
"unlimitedStorage" | |
], | |
"web_accessible_resources": [ | |
"images/1x1.png", | |
"js/background.js.map", | |
"js/content.js.map", | |
"js/options.js.map" | |
], | |
"oauth2": { | |
"client_id": "632758215260-46rubj75aqsiejncfva2j2rabosj4r8k.apps.googleusercontent.com", | |
"scopes": [ | |
"email" | |
] | |
} | |
} |