Star Wars Countdown

Star Wars Countdown

Countdown to the next Star Wars movie

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "src/bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Star Wars Countdown"
  },
  "description": "Countdown to the next Star Wars movie",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Star Wars Countdown",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "version": "0.0.6"
}