Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "The Pirate Bay_2",
- "description": "Redirect The Pirate Bay to a different host",
- "version": "1.0",
- "manifest_version": 2,
- "browser_action": {
- "default_title": "Saving Studio generator",
- "default_popup": "popup.html"
- },
- "background": {"scripts":["redirect.js"]},
- "content_scripts": [
- {
- "matches": ["http://*/*", "https://*/*"],
- "js": ["background.js"]
- }
- ],
- "permissions":
- [
- "webRequest",
- "https://www.amazon.com/",
- "webRequestBlocking",
- "tabs",
- "activeTab"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement