Inspect and view changes in Ausmalbilder 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
{
"name": "Ausmalbilder",
"version": "0.1",
"manifest_version": 2,
"description": "Eine riesige Sammlung mit mehr als 1000 Ausmalbildern",
"homepage_url": "https://ausmalbilderkinder.de/",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "de",
"background": {
"page": "src/bg/background.html",
"persistent": false
},
"browser_action": {
"default_icon": "icons/icon19.png",
"default_title": "https://ausmalbilderkinder.de/",
"default_popup": "src/browser_action/browser_action.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}