The Sun

The Sun

The Sun created by extener.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Sun",
  "description": "The Sun created by extener.com",
  "version": "2.0",
  "homepage_url": "http://extener.com",
  "icons": {
    "128": "logo.png"
  },
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "The Sun",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ]
}