Crush What Extension

Crush What Extension

Keep yourself up to date with the latest posts of online marketing from Crush What

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crush What Extension",
  "short_name": "Crush What Blog",
  "description": "Keep yourself up to date with the latest posts of online marketing from Crush What",
  "version": "2",
  "permissions": [
    "alarms",
    "tabs",
    "webNavigation",
    "*://*.crushwhat.com/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "homepage_url": "http://crushwhat.com",
  "browser_action": {
    "default_title": "Crush What News Caster",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/fetch.js"
    ],
    "persistent": false
  }
}