A Vue Browser Extension
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"homepage_url": "http://localhost:8080/",
"description": "A Vue Browser Extension",
"default_locale": "en",
"permissions": [
"activeTab",
"webRequest",
"webNavigation",
"tabs",
"storage",
"https://www.nbatopshot.com/*",
"https://nbatopshot.com/*",
"https://www.ufcstrike.com/*",
"https://ufcstrike.com/*",
"https://www.marketplace.nflallday.com/*",
"https://marketplace.nflallday.com/*",
"https://www.flowmarketcap.com/*",
"https://flowmarketcap.com/*"
],
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"version": "1.2.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
}