Inspect and view changes in Update/Add Comic 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Update/Add Comic",
"description": "Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.",
"version": "1.1.1",
"permissions": [
"contextMenus",
"bookmarks"
],
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.png",
"128": "icon-large.png"
},
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
}
}