UnboxYourFortune(Cookie)

UnboxYourFortune(Cookie)

All the delight of opening a Fortune Cookie each time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UnboxYourFortune(Cookie)",
  "description": "All the delight of opening a Fortune Cookie each time you open a new tab.",
  "version": "1.0.3",
  "author": "Diane Huang",
  "browser_action": {
    "default_icon": "/media/fortune-cookie64.png",
    "default_title": "Have a nice day",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/media/fortune-cookie16.png",
    "48": "/media/fortune-cookie128.png",
    "128": "/media/fortune-cookie128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}