Dilbert Comic Strips

Dilbert Comic Strips

Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dilbert Comic Strips",
  "short_name": "DilbertComicStrips",
  "version": "2.0",
  "description": "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.",
  "icons": {
    "48": "icons/dilbert-48.png",
    "128": "icons/dilbert-128.png"
  },
  "permissions": [
    "alarms",
    "https://dilbert.com/*",
    "https://assets.amuniversal.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/dilbert.png",
    "default_popup": "popup/dilbert.html",
    "browser_style": true
  }
}