No Spoilers

No Spoilers

Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Spoilers",
  "version": "1.1",
  "author": "Anna Sheaffer",
  "description": "Block spoilers! Customize the extension to block the movies, shows, and events that matter to you.",
  "icons": {
    "16": "NS16.png",
    "48": "NS48.png",
    "128": "NS128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "browser_action": {
    "default_title": "Block spoilers!",
    "default_icon": "NS16.png",
    "default_popup": "popup.html"
  }
}