Examine source code of APPRADIO PRO

Inspect and view changes in APPRADIO PRO 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": "APPRADIO PRO",
  "description": "APPRADIO.PRO - Android, Apple, Windows, Smart Watch, SmartTV e Carros conectados com conteúdos criativos.",
  "version": "1.3",
  "icons": {
    "128": "images/logo-128.png"
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}