TrackMySubs

TrackMySubs

The easiest way to load subscriptions into TrackMySubs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TrackMySubs",
  "description": "The easiest way to load subscriptions into TrackMySubs.",
  "version": "0.0.1.1",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://code.jquery.com; object-src 'self'",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/imgs/logo-19x19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "imgs/logo-16x16.png",
    "48": "imgs/logo-48x48.png",
    "128": "imgs/logo-128x128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "identity",
    "background",
    "https://*.trackmysubs.com/",
    "http://*.trackmysubs.com/"
  ]
}