SiteW.com - Free website builder

SiteW.com - Free website builder

Create a free website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_shortname__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "default_locale": "fr",
  "version": "1.1",
  "background": {
    "scripts": [
      "javascript/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "64": "images/logo64.png"
    },
    "default_title": "__MSG_title__"
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}