Spidy

Spidy

Spidy Extension: Crawl and Earn!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spidy",
  "version": "1.1.0",
  "description": "Spidy Extension: Crawl and Earn!",
  "manifest_version": 2,
  "minimum_chrome_version": "6",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "img/icon_white_16x16.png",
    "24": "img/icon_white_24x24.png",
    "32": "img/icon_white_32x32.png",
    "48": "img/icon_white_48x48.png",
    "64": "img/icon_white_64x64.png",
    "128": "img/icon_white_128x128.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Crawl and Earn"
  },
  "web_accessible_resources": [
    "options.html"
  ]
}