Opener automatically accsess the registed websites when you click this Opener icon.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Opener",
"version": "1.0.0",
"description": "Opener automatically accsess the registed websites when you click this Opener icon.",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_icon": "images/icon19.png",
"default_title": "Opener"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
}