Examine source code of Frozen Da Colorare

Inspect and view changes in Frozen Da Colorare 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": "Frozen Da Colorare",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Scarica gratis le pagine da colorare di Frozen con Elsa, Anna, Kristoff e altri personaggi del pluripremiato film Disney.",
  "homepage_url": "https://disegnidacolorare123.it/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "it",
  "background": {
    "page": "src/bg/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "https://disegnidacolorare123.it/",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}