Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PasteEnabler", "description": "Paste when you're not allowed, copy when you're not allowed!", "version": "0.3", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "32": "images\/icon32.png", "38": "images\/icon.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/jonlu.ca", "web_accessible_resources": [ "js\/*" ] }