Inspect and view changes in Motivate - Reach Your Goals source codes across current and past versions
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",
"name": "Motivate - Reach Your Goals",
"short_name": "Motivate",
"version": "1.0.3",
"manifest_version": 3,
"description": "Motivate helps you to stay on track to reach your goals.",
"action": {
"default_title": "Manipulate DOM",
"default_icon": {
"48": "icon48.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"stickygoal.js"
],
"css": [
"stickygoal.css"
],
"matches": [
"http://*/*",
"https://*/*"
]
},
{
"js": [
"goal-warning.js"
],
"css": [
"goal-warning.css"
],
"matches": [
"*://*.x.com/*",
"*://*.twitter.com/*",
"*://*.facebook.com/*",
"*://*.instagram.com/*",
"*://*.pinterest.com/*",
"*://*.pinterest.de/*",
"*://*.tumblr.com/*",
"*://*.tiktok.com/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"fonts/*"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}