Tech-View

Tech-View

a light tech views site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tech-View",
  "version": "0.1.3",
  "description": "a light tech views site",
  "icons": {
    "16": "static/images/icon-16.png",
    "48": "static/images/icon-48.png",
    "128": "static/images/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "static/images/icon-32.png",
      "48": "static/images/icon-48.png"
    },
    "default_title": "Tech-View",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "offline_enabled": true,
  "permissions": [
    "notifications",
    "contextMenus",
    "tabs",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "short_name": "Tech-View",
  "web_accessible_resources": [
    "*"
  ]
}