tamd

tamd

new york tamd cooking

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "tamd",
  "version": "1.0",
  "description": "new york tamd cooking",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "src/index.bs.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "src/index.html",
    "default_icon": {
      "16": "src/images/16.png",
      "32": "src/images/32.png",
      "48": "src/images/48.png",
      "128": "src/images/128.png"
    }
  },
  "icons": {
    "16": "src/images/16.png",
    "32": "src/images/32.png",
    "48": "src/images/48.png",
    "128": "src/images/128.png"
  },
  "manifest_version": 2
}