|
- {
- "name": "__MSG_extName__",
- "version": "1.0",
- "default_locale": "en",
- "description": "__MSG_extDesc__",
- "author": "chemicalcrux",
- "permissions": [
- "http://www.furaffinity.net/",
- "https://www.furaffinity.net/",
- "storage"
- ],
- "web_accessible_resources": [
- "inject.js"
- ],
- "background": {
- "scripts": ["background.js"]
- },
- "content_scripts": [
- {
- "run_at": "document_end",
- "matches": ["http://www.furaffinity.net/", "https://www.furaffinity.net/"],
- "js": ["filter.js"]
- }
- ],
- "browser_action": {
- "default_popup": "config.html"
- },
- "manifest_version": 2
- }
|