Inspect and view changes in Website Opener source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Website Opener",
"version": "1.2",
"description": "An entension that opens websites",
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Open websites with this."
}
}