Pinicio

Pinicio

Pinicio - My Homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.5",
  "default_locale": "en",
  "permissions": [
    "https://www.google.com/",
    "tabs",
    "history",
    "bookmarks",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png",
    "256": "img/icons/256.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}