Examine source code of Accropolis notification Live

Inspect and view changes in Accropolis notification Live 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": "__MSG_title__",
  "version": "1.2",
  "default_locale": "fr",
  "description": "__MSG_description__",
  "icons": {
    "48": "icons/accropolis48.png",
    "96": "icons/accropolis96.png"
  },
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/accropolis96.png",
    "default_title": "__MSG_title__"
  }
}